﻿
body, h1, h2, h3, p, img, a, ul, li, dl, dt, dd, h5 {
	margin: 0;
	padding: 0;
	font-family: "宋体";
	font-size: 12px;
	color: #444;
	list-style: none;
	border: none;
	text-decoration: none;
}
.head {
}
.top {
	margin: 0 auto;
	width: 1002px;
}
.top, .topr {
	height: 147px;
}
.logo {
	float: left;
	padding: 33px 0 0 2px;
}
.logo a {
	display: block;
	text-indent: -9999em;
	background: url(../images/logo.png) no-repeat 0 0;
	width: 321px;
	height: 77px;
}
.topr {
	float: right;
	width: 400px;
}
.sc {
	text-align: right;
	height: 42px;
	line-height: 42px;
}
.sc a {
	color: #000;
	margin: 0 5px;
}
.sc a:hover {
	color: #68b941;
	text-decoration: underline;
}
.dh {
	margin-top: 33px;
	height: 42px;
	line-height: 42px;
	padding-left: 45px;
	color: #070707;
	float: right;
	background: url(../images/bg_dh.png) no-repeat 0 0;
	font-family: microsoft yahei;
	font-size: 14px;
}
.dh span {
	color: #017b45;
	font-size: 24px;
}
#menu {
	background: url(../images/bg_menu.jpg) no-repeat center 0;
}
.menu {
	width: 1002px;
	margin: 0 auto;
	height: 55px;
}
.menu ul {
}
.menu ul li {
	background: url(../images/bg_li.png) no-repeat right center;
	float: left;
}
.menu ul li.li0 {
	background: none;
}
.menu ul li a {
	font-family: microsoft yahei;
	font-size: 14px;
	color: #fff;
	display: block;
	height: 55px;
	line-height: 55px;
	text-align: center;
	width: 110px;
}
.banner {
	height: 438px;
}
.flickerplate {
	position: relative;
	width: 100%;
	height: 438px;
	background: none;
	overflow: hidden
}
.flickerplate ul.flicks {
	width: 10000%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	list-style: none
}
.flickerplate ul.flicks>li {
	float: left;
	width: 1%;
	height: 100%;
	background-position: center;
	background-size: cover;
	display: table
}
.flickerplate ul.flicks>li .flick-inner {
	height: 100%;
	padding: 10px;
	color: #fff;
	display: table-cell;
	vertical-align: middle
}
.flickerplate ul.flicks>li .flick-inner .flick-content {
	max-width: 68.75em;
	margin-left: auto;
	margin-right: auto
}
.flickerplate ul.flicks>li .flick-title {
	padding: 0px 0px;
	font-size: 2.778em;
	line-height: 1.995em;
	text-align: center
}
@media only screen and (max-width: 43.813em) {
.flickerplate ul.flicks>li .flick-title {
	font-size: 1.667em
}
}
.flickerplate ul.flicks>li .flick-sub-text {
	padding: 5px;
	font-weight: 300;
	line-height: 2.5em;
	color: rgba(255, 255, 255, 0.8);
	text-align: center
}
.flickerplate ul.flicks>li .flick-title span.flick-block-text, .flickerplate ul.flicks>li .flick-sub-text span.flick-block-text {
	padding: 12px 18px;
	background-color: rgba(0, 0, 0, 0.6)
}
.flickerplate .arrow-navigation {
	position: absolute;
	height: 80%;
	width: 10%;
	top: 10%;
	z-index: 100;
	overflow: hidden
}
.flickerplate .arrow-navigation .arrow {
	display: block;
	height: 100%;
	width: 90%;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out
}
.flickerplate .arrow-navigation:hover, .flickerplate .arrow-navigation .arrow:hover {
	cursor: pointer
}
.flickerplate .arrow-navigation.left {
	left: 0%
}
.flickerplate .arrow-navigation.left .arrow {
	opacity: 0;
	margin: 0px 0px 0px 50%;
	/*background-image: url(../images/arrow-left-light.png);*/
	background-repeat: no-repeat;
	background-position: left
}
.flickerplate .arrow-navigation.right {
	right: 0%
}
.flickerplate .arrow-navigation.right .arrow {
	opacity: 0;
	margin: 0px 0px 0px -50%;
	/*background-image: url(../images/arrow-right-light.png);*/
	background-repeat: no-repeat;
	background-position: right
}
.flickerplate .arrow-navigation.left.hover .arrow {
	opacity: 1;
	margin: 0px 0px 0px 20%
}
.flickerplate .arrow-navigation.right.hover .arrow {
	opacity: 1;
	margin: 0px 0px 0px -20%
}
.flickerplate .dot-navigation {
	position: absolute;
	bottom: 15px;
	width: 100%;
	text-align: center;
	z-index: 100;
}
.flickerplate .dot-navigation ul {
	text-align: center;
	list-style: none;
	padding: 0px 15px
}
.flickerplate .dot-navigation ul li {
	display: inline-block;
	float: none
}
.flickerplate .dot-navigation .dot {
	width: 14px;
	height: 14px;
	margin: 0px 6px;
	background-color: rgba(105, 155, 0, 0.9);
	border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	-ms-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out
}
.flickerplate .dot-navigation .dot:hover {
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.6)
}
.flickerplate .dot-navigation .dot.active {
	background-color: #fff
}
.flickerplate .dot-navigation.left, .flickerplate .dot-navigation.left ul {
	text-align: left
}
.flickerplate .dot-navigation.right, .flickerplate .dot-navigation.right ul {
	text-align: right
}
.flickerplate.flicker-theme-dark .arrow-navigation.left .arrow {
	background-image: url(../images/arrow-left-dark.png)
}
.flickerplate.flicker-theme-dark .arrow-navigation.right .arrow {
	background-image: url(../images/arrow-right-dark.png)
}
.flickerplate.flicker-theme-dark .dot-navigation .dot {
	background-color: rgba(0, 0, 0, 0.12)
}
.flickerplate.flicker-theme-dark .dot-navigation .dot:hover {
	background-color: rgba(0, 0, 0, 0.6)
}
.flickerplate.flicker-theme-dark .dot-navigation .dot.active {
	background-color: #000
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner {
	color: rgba(0, 0, 0, 0.9)
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text {
	color: rgba(0, 0, 0, 0.9)
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-title span.flick-block-text, .flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text span.flick-block-text {
	background-color: rgba(255, 255, 255, 0.5)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner {
	color: rgba(0, 0, 0, 0.9)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text {
	color: rgba(0, 0, 0, 0.9)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-title span.flick-block-text, .flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text span.flick-block-text {
	background-color: rgba(255, 255, 255, 0.5)
}
.flickerplate.animate-transform-slide ul.flicks {
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	transform: translate3d(0%, 0px, 0px);
	-webkit-transform: translate3d(0%, 0px, 0px);
	-webkit-transition: -webkit-transform 0.6s;
	-o-transition: -o-transform 0.6s;
	-moz-transition: -moz-transform 0.6s;
	transition: transform 0.6s
}
.flickerplate.animate-transition-slide ul.flicks {
	position: relative;
	left: 0%;
	-webkit-transition: left 0.4s ease-out;
	-moz-transition: left 0.4s ease-out;
	-o-transition: left 0.4s ease-out;
	-ms-transition: left 0.4s ease-out;
	transition: left 0.4s ease-out
}
.flickerplate.animate-jquery-slide ul.flicks {
	position: relative;
	left: 0%
}
.flickerplate.animate-scroller-slide {
	padding-bottom: 0px;
	overflow: auto
}
.flickerplate.animate-scroller-slide ul.flicks {
	position: auto
}
#search {
	margin-top: 12px;
	border-top: #f5f5f5;
	background: #fbfbfb;
}
.search {
	width: 1002px;
	margin: 0 auto;
}
.search, .searchl, .searshr {
	height: 43px;
}
.searchl {
	float: left;
	padding-left: 14px;
	line-height: 43px;
}
.searchl a {
	margin: 0 4px;
}
.searchr {
	float: right;
	padding-right: 26px;
}
.sousuo {
	padding-top: 4px;
}
.sousuo input {
	display: block;
	float: left;
	padding: 0;
	border: none;
	margin: 0;
}
.sousuo input.shuru {
	background: #fff;
	border: 1px solid #bbc1c5;
	height: 28px;
	line-height: 28px;
	border-right: none;
	width: 198px;
	padding-left: 6px;
}
.sousuo input.tijiao {
	background: url(../images/bg_s.png) no-repeat 0 0;
	width: 38px;
	height: 30px;
	cursor: pointer;
}
.cp {
	margin: 22px auto 0;
	width: 1002px;
}
.leftLoop {
}
.leftLoop .hd {
	background: url(../images/bg_f.jpg) no-repeat 0 0;
	padding-top: 10px;
	height: 50px;
}
.leftLoop .hd .hdl {
	float: left;
}
.leftLoop .hd .hdr {
	float: right;
	padding-top: 30px;
}
.leftLoop .hd .hdr a {
	display: block;
	cursor: pointer;
	float: left;
	width: 22px;
	height: 22px;
	background: url(../images/prev.png) no-repeat 0 0;
}
.leftLoop .hd .hdr a.next {
	margin-left: 2px;
	background: url(../images/next.png) no-repeat 0 0;
}
.leftLoop .hd h3, .leftLoop .hd h2 {
	font-size: 22px;
	font-family: microsoft yahei;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}
.leftLoop .hd h2 {
	color: #029236;
}
.leftLoop img {
	width: 230px;
	height: 198px;
}
.leftLoop .bd {
	width: 1002px;
	overflow: hidden;
	margin-top: 10px;
}
.leftLoop .bd a {
	display: block;
	width: 230px;
	text-align: center;
}
.leftLoop .bd a p {
	height: 40px;
	line-height: 40px;
}
.leftLoop .bd li {
	width: 230px;
	margin-right: 26px;
}
.cpdes {
	margin-top: 16px;
}
.slideTxtBox {
	margin-top: 8px;
}
.slideTxtBox .hd {
	height: 75px;
	background: url(../images/bg_hd.png) repeat-x 0 0;
}
.slideTxtBox .hd ul {
	float: right;
	border-left: 1px solid #666666;
	margin-top: 38px;
}
.slideTxtBox .hdl {
	float: left;
	background: url(../images/bg_f.jpg) no-repeat 0 0;
	padding-top: 10px;
}
.slideTxtBox .hdl h2, .slideTxtBox .hdl h3 {
	font-size: 22px;
	font-family: microsoft yahei;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}
.slideTxtBox .hdl h3 {
	margin: 3px 0 8px;
}
.slideTxtBox .hdl h2 {
	color: #029236;
	background: #fff;
	width: 116px;
}
.slideTxtBox .hd ul li {
	float: left;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
}
.slideTxtBox .hd ul li a {
	display: block;
	width: 115px;
	height: 29px;
	line-height: 29px;
	color: #029236;
	font-size: 14px;
	font-family: microsoft yahei;
	text-align: center;
}
.slideTxtBox .hd ul li.on a {
	background: #029236;
	color: #fff;
}
.slideTxtBox .bd {
}
.slideTxtBox .bdlist {
	height: 240px;
	overflow: hidden;
}
.slideTxtBox .bdlistl {
	float: left;
	padding: 23px 0 0 18px;
}
.slideTxtBox .bdlistl img {
	width: 336px;
	height: 215px;
}
.slideTxtBox .bdlistr {
	float: right;
	width: 585px;
	padding-right: 22px;
	padding-top: 20px;
}
.slideTxtBox .bdlistr h2 {
	color: #029236;
	font-size: 20px;
	margin: 4px 0 8px;
	font-weight: normal;
	text-align: center;
	font-family: microsoft yahei;
}
.slideTxtBox .bdlistr .inf {
	line-height: 2em;
	height: 145px;
	overflow: hidden;
}
.slideTxtBox .bdlistr .more {
	height: 26px;
	margin-top: 4px;
}
.slideTxtBox .bdlistr .more a {
	display: block;
	width: 87px;
	height: 24px;
	transition: all ease-in-out .2s;
	line-height: 24px;
	text-align: center;
	border-radius: 2px;
	float: right;
	color: #029236;
	border: 1px solid #029236;
}
.slideTxtBox .bdlistr .more a:hover {
	background: #029236;
	color: #fff;
}
#into {
	margin-top: 30px;
	height: 302px;
	background: url(../images/bg_t.jpg) no-repeat center 0;
}
.into {
	width: 1002px;
	margin: 0 auto;
}
.intol {
	float: left;
	padding: 48px 0 0 10px;
}
.intor {
	float: right;
	width: 318px;
	height: 200px;
	overflow: hidden;
	padding-top: 58px;
	background: url(../images/gsjj.jpg) no-repeat right 55px;
	padding-right: 440px;
	line-height: 2.1em;
}
.intor a {
	color: #006437;
}
.indexnews {
	width: 1002px;
	margin: 20px auto 0;
}
.xinw {
	height: auto;
	overflow: hidden;
}
.xinwl {
	background: #f3f1f2;
	border: 1px solid #e5e5e5;
	width: 463px;
	float: left;
	height: 305px;
	overflow: hidden;
}
.xinw .tit {
	padding: 22px;
	height: auto;
	overflow: hidden;
}
.xinw .titl {
	float: left;
}
.xinw .titr {
	float: right;
	padding-top: 12px;
}
.xinw .titl h2, .xinw .titl h3 {
	font-size: 22px;
	font-family: microsoft yahei;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}
.xinw .titl h2 {
	color: #029236;
	margin-top: 5px;
}
.xinw ul {
	padding: 22px;
	padding-top: 0;
}
.xinw .topnew {
	padding: 0 22px;
	height: 88px;
	margin-bottom: 10px;
}
.topnewl {
	float: left;
	width: 156px;
}
.topnewr {
	float: left;
	width: 260px;
}
.topnewr h2 {
	height: 28px;
	overflow: hidden;
	line-height: 28px;
}
.topnewr h2 a {
	color: #666;
}
.topnewr p {
	height: 50px;
	line-height: 2em;
	overflow: hidden;
}
.topnewl img {
	width: 142px;
	height: 84px;
}
.xinw ul li {
	position: relative;
	background: url(../images/a.png) no-repeat 0px center;
	padding-left: 14px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.xinw ul li span {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 30px;
}
.xinwr {
	float: right;
	width: 510px;
}
.indexnews .leftLoop {
	margin-top: 20px;
}
.indexnews .leftLoop .bd a {
	position: relative;
}
.indexnews .leftLoop .bd a p {
	width: 100%;
	line-height: 30px;
	text-align: center;
	font-family: microsoft yahei;
	position: absolute;
	bottom: 0;
	height: 30px;
	background: #888;
	color: #fff;
	z-index: 999;
}
#footer {
	background: #027e46;
	clear: both;
	margin-top: 26px;
}
#footer, #footer a, #footer p, #footer h2 {
	color: #fff;
}
.footer {
	width: 1002px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.ftl {
	float: left;
	background: #006437;
	width: 186px;
	text-align: center;
	padding-top: 22px;
}
.ftl p {
	margin-bottom: 36px;
}
.ftr {
	padding-left: 26px;
	float: left;
	width: 770px;
}
.ftr .ftnav {
	border-bottom: 1px solid #04b464;
	height: 50px;
	line-height: 50px;
	margin-top: 20px;
}
.ftr .ftnav a {
	font-size: 14px;
	font-family: microsoft yahei;
	margin-right: 14px;
}
.ftc {
	line-height: 2.2em;
	padding-top: 24px;
	border-bottom: 1px solid #04b464;
	padding-bottom: 10px;
}
.flink {
	margin-top: 14px;
}
.flink h2 {
	font-size: 14px;
	font-family: microsoft yahei;
	font-weight: normal;
}
.link {
	line-height: 2em;
	padding: 8px 0;
}
.link ul li {
	float: left;
}
.link a {
	margin-right: 6px;
}
.con {
	width: 1002px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	padding-top: 16px;
}
.dleft {
	float: left;
	width: 225px;
}
.lanmu {
	margin-bottom: 16px;
}
.lanmu ul {
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
}
.lanmu h2 {
	color: #fff;
	font-family: microsoft yahei;
	font-weight: normal;
	background: #029236;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	text-align: center;
}
.lanmu ul li {
}
.lanmu ul li a {
	text-indent: 35px;
	font-family: microsoft yahei;
	border-bottom: 1px solid #e2e2e2;
	height: 40px;
	line-height: 40px;
	display: block;
	background: url(../images/a.gif) no-repeat 15px center;
}
.lanmu ul li a:hover {
	background: url(../images/a.gif) no-repeat 15px center #eaeaea;
}
.lanmu ul li dl {
}
.lanmu ul li dl dd {
	margin-bottom: 14px;
	width: 160px;
	height: 20px;
	line-height: 20px;
	padding: 0 0 6px 20px;
	background: none !important;
}
.dright {
	float: right;
	width: 750px;
	border: 1px solid #e2e2e2;
}
.nr {
	line-height: 2em;
	padding: 15px 15px 30px;
}
.nr, .nr p, .nr span, .nr h1, .nr h2, .nr h3, .nr h4, .nr a {
	font-family: microsoft yahei!important;
}
.lanmu .lx {
	font-family: microsoft yahei;
	background: url(../images/bg_lxwm.jpg) no-repeat center top;
	padding: 100px 15px 20px;
	line-height: 2em;
	border: 1px solid #e2e2e2;
	border-top: none;
}
.body {
	padding: 10px;
}
.title2 {
	border-bottom: 1px dotted #a3a3a3;
}
.title2 h1 {
	text-align: center;
	font-weight: normal;
	font-family: microsoft yahei;
	font-size: 28px;
	line-height: 58px;
	height: 58px;
}
.title3, .t3l, .t3r {
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	font-family: microsoft yahei;
}
.t3l {
	float: left;
}
.t3r {
	float: right;
}
.newbody {
	padding: 20px 0;
	font-family: microsoft yahei;
	line-height: 2em;
}
.newbody p, .newbody a, .newbody h2, .newbody h1, .newbody span {
	font-family: microsoft yahei!important;
}
.newbody img {
	max-width: 900px;
}
.dldl dl {
	height: 237px;
	background: #f1f1f1;
	margin-bottom: 17px;
	padding: 30px 0 0 20px;
	overflow: hidden;
}
.dldl dt {
	width: 308px;
	height: 206px;
	overflow: hidden;
	float: left;
}
.dldl dt img {
	width: 298px;
	height: 196px;
	border: 5px solid #fff;
}
.dldl dd {
	width: 360px;
	height: 206px;
	float: right;
	overflow: hidden;
	margin-right: 20px;
	display: inline;
}
.dldl dd h5 a {
	display: block;
	font: 14px "宋体";
	font-weight: bold;
	background: url(../images/dline1.gif) repeat-x left bottom;
	height: 40px;
	overflow: hidden;
	line-height: 24px;
	color: #7db700;
}
.dldl dd p {
	font: 12px "宋体";
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	margin-top: 8px;
}
.dldl dd em {
	display: block;
	text-align: right;
	margin-top: 28px;
}
.menu_list {
	width: 150px;
}
.menu_head {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	margin: 1px;
	font-weight: bold;
	background: #eef4d3 url(../images/left.png) center right no-repeat;
}
.menu_body {
	display: none;
}
.menu_body a {
	display: block;
	color: #006699;
	background-color: #EFEFEF;
	padding-left: 10px;
	font-weight: bold;
	text-decoration: none;
}
.menu_body a:hover {
	color: #000000;
	text-decoration: underline;
}

.pagess {clear: both;margin: 20px;overflow: hidden;margin-left: 0px;text-align: center;font-size:12px}
.pagess ul li { display:inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;line-height: 20px;background: #fff;color:#999}
.pagess ul li:hover{ background:#ccc; color:#fff;border: 1px solid #ccc}
.pagess ul li:hover a{color:#fff;}
.pagess ul li.thisclass {display: inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;background: #ccc;color: #fff;}
.pagess ul li.thisclass a {color: #fff;}
.pagess ul li a{ display:block;color:#999}
.pagess ul li a:hover {color: #fff;}